projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22b092e
)
Add a provide call.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Nov 1993 11:20:56 +0000
(11:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Nov 1993 11:20:56 +0000
(11:20 +0000)
lisp/xscheme.el
patch
|
blob
|
history
diff --git
a/lisp/xscheme.el
b/lisp/xscheme.el
index c89ceaed073e313e07579eff23b171c6547f7dba..722d0a4c3b8d778a365d1f36c0e00eda863250d8 100644
(file)
--- a/
lisp/xscheme.el
+++ b/
lisp/xscheme.el
@@
-878,4
+878,6
@@
the remaining input.")
(if (nth 2 state) 'many 'one)))))
(set-syntax-table old-syntax-table)))))
+(provide 'xscheme)
+
;;; xscheme.el ends here